Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase number of docker max connections to 250 #123

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

Uxio0
Copy link
Member

@Uxio0 Uxio0 commented Nov 15, 2023

  • Quickly a OperationalError: FATAL: sorry, too many clients already using was triggered.
  • Postgres configures by default max connections to 100.
  • Every python web/worker opens 50 connections to the database: web, worker-indexer, worker-tokens and worker-notifications. Total: 200.

- Quickly a `OperationalError: FATAL: sorry, too many clients already using` was triggered.
- Postgres configures by default max connections to 100.
- Every python web/worker opens 50 connections to the database: web, worker-indexer, worker-tokens and worker-notifications. Total: 200.
@Uxio0 Uxio0 requested a review from a team as a code owner November 15, 2023 16:28
@Uxio0 Uxio0 requested review from fmrsabino, moisses89 and hectorgomezv and removed request for a team November 15, 2023 16:28
@Uxio0 Uxio0 merged commit dbe9bf1 into main Nov 15, 2023
2 checks passed
@Uxio0 Uxio0 deleted the reduce-db-max-conns branch November 15, 2023 22:43
@github-actions github-actions bot locked and limited conversation to collaborators Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants